home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gstreamer0.10-plugins-bad-multiverse / README.Debian < prev    next >
Text File  |  2009-06-24  |  2KB  |  77 lines

  1. Gstreamer for Debian
  2. ====================
  3. This package contains the GStreamer plugin distribution.
  4.  
  5. More information can be found at http://gstreamer.net/
  6.  
  7. As of GStreamer plugins version 0.8.0 all packages are versioned and
  8. parallel installable with other releases with other major.minor
  9. versions.  For example, 0.8.x series is versioned as 0.8 and parallel
  10. installable with both unversioned 0.6.x series and future 0.9.x and
  11. beyond.  The version part is represented as VER below.
  12.  
  13. GStreamer plugins are split into a number of packages:
  14.  
  15. plugins without external dependencies:
  16.  
  17.    gstreamerVER-plugins-bad-multiverse     many independent plugins
  18.  
  19.  
  20. Notes
  21. =====
  22.  
  23. ChangeLog
  24. ---------
  25.  
  26. The upstream ChangeLog is not included in all the plugin packages due to its
  27. large size.  Please see upstream sources if you are interested in detailed
  28. source changes.
  29.  
  30. Unofficial plugin packages
  31. --------------------------
  32.  
  33. Various plugins in the upstream source are not yet packaged or not officially
  34. supported.  This is most likely due to:
  35.  
  36.   * upstream considers them too unstable
  37.   * libraries they depend on are not are yet in Debian or are poorly supported
  38.  
  39. To build additional unofficial plugin packages:
  40.  
  41.   * Get the source and Debian diff (for example, "apt-get source gst-plugins")
  42.   * Add new package name to the EXTRA_PLUGINS variable in debian/rules
  43.   * Add appropriate dependency and control info to debian/extra
  44.   * Add a .install file for the package
  45.   * Rebuild
  46.  
  47. mp3 encoding plugins are NOT officially packaged.  Specifically, the LAME
  48. plugin is NOT packaged due to Debian not including the LAME libraries.
  49. Please see the following links for more information:
  50.  
  51.   http://www.debian.org/devel/wnpp/unable-to-package
  52.   http://lists.debian.org/debian-devel-0006/msg01213.html
  53.   http://www.mp3dev.org/
  54.  
  55. Ogg Vorbis provides a good alternative to mp3s.  Try the
  56. gstreamer-vorbis package.  For more information:
  57.  
  58.   http://www.vorbis.com/
  59.  
  60.  
  61. External tools support
  62. ----------------------
  63.  
  64. Your favorite codec isn't wrapped as a plugin?  External programs can be
  65. used to process streams.  Take a look at "pipefilter" element or try
  66. something like this (untested):
  67.  
  68.   $ mkfifo fifo
  69.   $ gst-launch myaudiosrc ! filesink location=fifo &
  70.   $ cat fifo | my_encoder > output_file
  71.  
  72.  
  73. David I. Lehn <dlehn@debian.org>  Tue, 23 Mar 2004 04:38:37 -0500
  74.  
  75. update:
  76. Sebastien Bacher <seb128@debian.org>  Wed, 14 Dec 2005 17:00:21 +0100
  77.